
body {
  background-color: #31b0d5;
  color: white;
}


.mymain {
    background-color: #dbdbdb;
    color: black;
    padding: 10px;
    margin-bottom: -2px;
    
}

.mymenu {
    margin-bottom: -22px;
    padding: 0px;
}

.mytop {
    
}

.mynav {
    border-radius:0px;
}

* {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.copy {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left
}

.footer {
    background-color: #222;
    color: white;
    height: 130px;
    padding: 10px;
}

#background {
    background-size:100% auto;
}

.Mycontainer {
 height: 1000px;
 width: 100%;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.diagonal-split-background{
  background-color: #013A6B;
  background-image: -webkit-linear-gradient(0deg, black 50%, white 50%);
}