/*This is my styles css*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
    background-image: url(../images/bluetxt.jpg);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: aliceblue;
    background-attachment: fixed;
    
}

p a {
    color: aliceblue;
}
#logo {
    width: 150px;
    background: #bfd7de;
    border-radius: 100px;
}

img{
    max-width: 100%;
    thou
}

#wrapper {
    width: 940px;
    margin: 20px auto;
   /* background: rgba(4, 4, 27, 0.427);*/
   overflow: hidden;
}

#togger {
    background: rgba(0, 0, 0, 0.597);

}


nav {
    height: 50px;
    background: #353b4f;
    line-height: 50px;
}

nav li{
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    
}

nav a {
    font-size: 1.3em;
    color:aliceblue;
    text-decoration: none;
    display: block;
}

nav a:hover {
    background: #29373f;
    color: #cfe169;
    border: solid 1px #b1b2b4;

}
.home li:nth-child(1) a, 
.big li:nth-child(2 ) a {
    background: #29373f;
    color: #cfe169;
    border: solid 1px #b1b2b4;

}

#big {
    margin: 15px auto;
    width: 750px;
    display: Block;
    
}

main {
    width: 540px;
    /* background: black; */
    float: left;
    margin-top: 8px;
    padding-left: 10px;

}
#pike {
    width: 300px;
    float: left;
    margin-right: 15px;
    padding-top: 6px;
}

#starbucks {
    width: 300px;
    float: right;
    margin-left: 10px;
    padding-top: 9px;
}

aside{
    width: 380px;
    background: rgba(203, 194, 15, 0.7);
    float: right;
    padding: 10px 15px;
    margin-top: 10px;

}

figcaption {
    background: #356fe2;
    font-size: .7em;
    padding: 7px;
    margin-bottom: 15px;
    font-style: italic;
}

aside p {
    font-size: .8em;
    color: black;
}

footer {
    height: 30px;
    /*background: #9db2c7;*/
    font-size: .7em;
    line-height: 30px;
    clear: both;
    border-top: 1.5px dotted #b1b2b4;
   
}

footer li {
    list-style-type: none;
    float: left;
    margin-right: 30px;
    padding-left: 10px;
    
}

footer a {
    color: aliceblue;
}
p {
    margin-bottom: 15px;
    line-height: 1.5;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #cfe169;
    margin-bottom: 15px;
}

h1 {
    font-size: 2.45em;
}

h2 {
    font-size: 1.89em;
}

h3 {
    font-size: 1.4em;
    color: #031435;
    margin-top: 10px;

}

.third {
    width: 300px;
    float: left;
    margin-right: 20px;
    font-size: 12px;
    background: #84ddd7;
    padding: 10px;
}

.third:last-of-type{
    margin-right: 0;
}

.row {
 clear: both;


}

.third p {
    text-align: justify;
    line-height: 1.5;
    margin-top: 5px;
    color: black;

}

.p2 {
    margin: 20px;
}