body {
    background-color: #003366;
    margin: 0
}
.indexabout {
    font-family: 'Asul', sans-serif;
}
.contact, .action {
    font-family: 'K2D', sans-serif;
}
header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #CCE6FF;
    margin-bottom: 75px;
}
.logo {
    width: 200px;
    height: 82.28px;
    float: left;
}
.logo img {
    width: 200px;
}
nav {
    height: 82.28px;
    
}
ul {
    background-color: #003366;
    margin: 0;
    padding: 18px ;
    overflow: hidden;
    list-style-type: none;
}
li {
    /* display: inline; */
    float: left;
    margin-left: 26px;
}
li a {
    color: #CCE6FF;
    text-decoration: none;
    padding: 13px;
    display: block;
}
li a:hover:not(.active) {
    background-color: #0066CC;
}
.active {
    background-color: #004D99;
}
.heroimage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/background4.jpg");
    background-color: #003366;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
}
.herotext {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
  }
  .intro {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    color: #CCE6FF;
    margin-bottom: 75px;
}
  .songoftheweek {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    color: #CCE6FF;
    margin-bottom: 75px;   
}  
.songoftheweek a, .videooftheweek a {
    text-decoration: none;
    color: #99CCFF;
}
.videooftheweek {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    color: #CCE6FF;
    margin-bottom: 75px;   
}
.restaurantoftheweek {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    color: #CCE6FF;
    margin-bottom: 75px; 
}
.restaurantoftheweek a {
    text-decoration: none;
    color: #99CCFF;
}
.sabaidee {
    text-decoration: none;
    color: #99CCFF;
}
.copyright, .navlinks, .socialmedialinks {
    float: left;
    width: 33.33%;
    vertical-align: middle;
    background-color: #00264D;
}
.copyright {
    height: 81px;
}
.copyright p {
    padding: 13px;
    color: #CCE6FF;
}
.navlinks {
    height: 81px;
}
.navlinks p {
    text-align: center;
    padding: 13px;
}
.navlinks a {
    color: #CCE6FF;
    background-color: transparent;
    text-decoration: none;
    padding: 13px;
}
.socialmedialinks {
    font-size: 25px;
    text-align: right;
}
.socialmedialinks a {
    color: #CCE6FF;
    padding-right: 13px;
}
.contactme {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 8px;
    background-color: #004D99;
}
input[type=text], [type=email], [type=number] {
    width: 100%;
    padding: 13px;
    border: 1px solid #00264D;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #00264D;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    /* resize: both;  */
}
input[type=submit], [type=reset] {
    background-color: #00264D;
    color: #CCE6FF;
    padding: 13px 26px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
input[type=submit]:hover, [type=reset]:hover {
    background-color: #0066CC;
}
label {
    color: #CCE6FF
}
.aboutluisreyes {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #CCE6FF; 
}
.aboutluisreyes a {
    text-decoration: none;
    color: #99CCFF;
}
.biography {
    text-align: left;
    margin-left: 13px;
    margin-right: 13px;
    /* height: 540px; */
}
.profilepic {
    display: block;
    width: 500px;
    margin-left: 13px;
    margin-right: 13px;
    float: left;
    /* height: 540px */
}
.profilepic img {
    width: 500px;
    border-radius: 8px;
}
.x1logo img {
    padding: 5px;
    width: 100px;
    background-color:#00264D;
}
.bitwiselogo img {
    padding: 5px;
    width: 500px;
    background-color:#00264D;
}    
.clearfloat1 {
    margin-bottom: 50px;
    clear: left;
}
