@charset "utf-8";

/*footer styles*/
footer {
  font-size: 0.7em;
	text-align: center;
  color: rgb(240, 248, 255);
	margin-top: 250px;
	border-top: 2px solid rgb(66, 43, 62);
  font-family:  "Segoe UI";
  
}

/*navigation styles*/





#link{
  color:rgb(255, 255, 255);
  text-decoration: none;
 padding-top:10px;
 padding-left:20px;
 padding-right:20px;
 padding-bottom: 10px;
  text-align:center;
  font-size: 1.5em;
  font-weight: bolder;}



/*Images styles*/
body { 
  background: url("home.JPG") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

   img#logoimg{
    text-align: center;
    display: block;
  }
  img#ribsimg{
    padding-left: 50px;
  }
  img#logoimg{
    padding-left: 100px;
  }
  img#insta{
    position:relative;
   bottom: 5px;
    
  }
   


/*Texts styles*/
h1,h2{
  color:rgb(255,255,255);
  text-align: center;
  font-size:2em;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'courier new';
  
  
}
p{color: rgb(10, 255, 235);
font-family: 'courier new';
font-weight: bold;
font-size:1.5em;
background-color:black;




}
main{
  color: rgb(10, 255, 235);
  font-family: 'courier new';
  font-weight: bold;
  font-size: 1.5em;
  background-color:black;
}
article{text-align: center;}

/*Layout styles*/


body{margin:auto;
padding:auto;}
body{
  margin-left:10%;
margin-right:10%}


div#content{
  padding-top: 100px;
  padding-bottom: 100px;
}





