.pic {
    width: 100%;
}

.heading {
    text-align: center;
}

h10 {
    font-family: sans-serif;
    font-size: 62px;
    font-weight: bold;
    text-align: center;
    margin-left: 700px;
}

html {
    height: 100%;
    
}

form {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
}

.main {
    width: auto;
    height: auto;
}

.junglehaven {
    float: right;
    width: auto;
    height: auto;
    margin-right: 400px;
    /*margin-bottom: 20px;*/
}

.ragroyalty {
    float: left;
    width: auto;
    height: auto;
    margin-left: 400px;
}

.footer {
    color: black;
    text-align: center;
    /*margin-top: 800px;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.cat {
    width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    font-size: xx-large;
}

li.nav-item {
    margin-left: 50px;
}

.message_box {
    margin-right: auto;
    margin-left: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    height: fit-content;
    border-radius: 7px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: black;
    font-family: sans-serif;
}

.contact {
    /*border: 1px solid black;*/
    border-radius: 5px;
    padding: 9px;
    margin-top: 25px;
    margin-bottom: -25px;
}

.facebook_box {
    float: right;
    margin-top: -650px;
    margin-right: -1075px;
}

input#name {
    background: transparent;
    color: #f6c;
    font-family: "Californian FB";
}

input#firstname {
    background: transparent;
    color: #f6c;
    font-family: "Californian FB";
}

input#lastname {
    background: transparent;
    color: #f6c;
    font-family: "Californian FB";
}

input#mobile {
    background: transparent;
    color: #f6c;
    font-family: "Californian FB";
}

input#email {
    background: transparent;
    color: #f6c;
    font-family: "Californian FB";
}

input[type="text"], input[type="email"], input[type="password"] {
    border: 1px solid #36f;
    margin-top: 5px;
    width: 70%;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#contactform label {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    padding-left: 2px;
    color: black;
    font-family: "Californian FB";
    text-align: left;
}

select#interested {
    background: transparent;
    font-family: "Californian FB";
    color: #f6c;
    margin-top: 5px;
    border: 1px solid #36f;
}

select#sex {
    background: transparent;
    font-family: "Californian FB";
    color: #f6c;
    margin-top: 5px;
    border: 1px solid #36f;
}

select#looking {
    background: transparent;
    font-family: "Californian FB";
    color: #f6c;
    margin-top: 5px;
    border: 1px solid #36f;
}

select#color {
    background: transparent;
    font-family: "Californian FB";
    color: #f6c;
    margin-top: 5px;
    border: 1px solid #36f;
}

select#pattern {
    background: transparent;
    font-family: "Californian FB";
    color: #f6c;
    margin-top: 5px;
    border: 1px solid #36f;
}

select#marking {
    background: transparent;
    font-family: "Californian FB";
    color: #f6c;
    margin-top: 5px;
    border: 1px solid #36f;
}

textarea#message {
    background: transparent;
    font-family: "Californian FB";
    color: #f6c;
    margin-top: 5px;
    border: 1px solid #36f;
}

textarea#message2 {
    background: transparent;
    font-family: "Californian FB";
    color: #f6c;
    margin-top: 5px;
    border: 1px solid #36f;
}

#contactform div {
    padding-bottom: 22px;
}

.col-8 {
    margin-left: 100px;
}